suite
Namespace
canopyParent Module: types
Contructors
| Constructor | Signature | Description | |
|---|---|---|---|
| # | new() | unit -> suite | CompiledName: |
Instance members
| Instance member | Signature | Description | |
|---|---|---|---|
| # | x.After() | unit -> unit -> unit | CompiledName: |
| # | x.After() | unit -> unit | CompiledName: |
| # | x.Always() | unit -> Test list | CompiledName: |
| # | x.Always() | unit -> unit | CompiledName: |
| # | x.Before() | unit -> unit -> unit | CompiledName: |
| # | x.Before() | unit -> unit | CompiledName: |
| # | x.Clone() | unit -> suite | |
| # | x.Context() | unit -> string | CompiledName: |
| # | x.Context() | unit -> unit | CompiledName: |
| # | x.IsParallel() | unit -> bool | CompiledName: |
| # | x.IsParallel() | unit -> unit | CompiledName: |
| # | x.Lastly() | unit -> unit -> unit | CompiledName: |
| # | x.Lastly() | unit -> unit | CompiledName: |
| # | x.Manys() | unit -> Test list | CompiledName: |
| # | x.Manys() | unit -> unit | CompiledName: |
| # | x.OnFail() | unit -> unit -> unit | CompiledName: |
| # | x.OnFail() | unit -> unit | CompiledName: |
| # | x.OnPass() | unit -> unit -> unit | CompiledName: |
| # | x.OnPass() | unit -> unit | CompiledName: |
| # | x.Once() | unit -> unit -> unit | CompiledName: |
| # | x.Once() | unit -> unit | CompiledName: |
| # | x.Tests() | unit -> Test list | CompiledName: |
| # | x.Tests() | unit -> unit | CompiledName: |
| # | x.TotalTestsCount() | unit -> int | CompiledName: |
| # | x.TotalTestsCount() | unit -> unit | CompiledName: |
| # | x.Wips() | unit -> Test list | CompiledName: |
| # | x.Wips() | unit -> unit | CompiledName: |